object HintsDlg: THintsDlg Left = 107 Top = 141 BorderStyle = bsDialog Caption = 'Tips' ClientHeight = 265 ClientWidth = 456 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 ShowHint = True OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object Memo1: TMemo Left = 8 Top = 8 Width = 441 Height = 209 TabStop = False Color = clAqua Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WantReturns = False end object Button1: TButton Left = 176 Top = 224 Width = 97 Height = 33 Hint = 'Display Previous Tip' Caption = '<< &Previous' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 280 Top = 224 Width = 97 Height = 33 Hint = 'Display Next Tip' Caption = '&Next >>' TabOrder = 3 OnClick = Button2Click end object CheckBox1: TCheckBox Left = 8 Top = 232 Width = 153 Height = 17 Hint = 'Do Not Display Tips Window On Startup' Caption = '&Do Not Display Tips' TabOrder = 1 end object Button3: TButton Left = 384 Top = 224 Width = 67 Height = 33 Caption = '&Close' TabOrder = 4 OnClick = Button3Click end end